-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux x86_64 版のビルドプラットフォームを ubuntu-22.04_x86_64 にあげる #114
base: develop
Are you sure you want to change the base?
Conversation
24.04 でビルドした方が長持ちしそうですけど、22.04 じゃないといけない理由ってありますか? |
@melpon 特にはありません、低い方 (Ubuntu 22.04) に合わせた方が安全ではないかと考えましたが、明確な根拠があるわけではありません。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正ありがとうございます。一点確認をお願いします。
- @miosakuma | ||
- [CHANGE] GitHub Actions の package タスクを実行する環境を `ubuntu-20.04` から `ubuntu-22.04` にあげる | ||
- @miosakuma | ||
- [CHANGE] 対応プラットフォームから `Ubuntu 20.04` を削除、 `Ubuntu 22.04` を追加 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
対応プラットフォームの削除は misc ではなく通常の変更履歴に入れておくのが良さそうです
ではとりあえず 24.04 にしてみますか。ダメだったら 22.04 で我慢する方向で…。 |
了解です、別にブランチを切ってチャレンジしてみます |
Unity 6 から Ubuntu 20.04 のサポートがはずれ、 Ubuntu 22.04 と Ubuntu 24.04 をサポートするようになったため、
Unity のビルド環境も Ubuntu 20.04 から Ubuntu 22.04 にあげる対応を行っています。
Unity 6 を利用して、Ubuntu 22.04 のビルドで Ubutu 22.04, Ubuntu 24.04 が動作することを簡単ですが確認しています。
また、mac 上で Andoroid のアプリがビルドして動作することも確認できています。
This pull request includes several changes to update the GitHub Actions workflow and documentation to use Ubuntu 22.04 instead of Ubuntu 20.04. The most important changes involve modifying the workflow configuration and updating the
CHANGES.md
file to reflect these updates.Updates to GitHub Actions workflow:
.github/workflows/build.yml
: Changed the matrix name fromubuntu-20.04_x86_64
toubuntu-22.04_x86_64
and updated theruns-on
field accordingly..github/workflows/build.yml
: Updated theif
conditions to check forubuntu-22.04_x86_64
instead ofubuntu-20.04_x86_64
. [1] [2].github/workflows/build.yml
: Modified the paths and artifact names to useubuntu-22.04_x86_64
instead ofubuntu-20.04_x86_64
. [1] [2]Documentation updates:
CHANGES.md
: Added entries to document the changes in the build environment from Ubuntu 20.04 to Ubuntu 22.04.